home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / amigabase / data / english / finance.readme < prev    next >
Text File  |  1994-05-08  |  2KB  |  75 lines

  1. Project Finance
  2. ===============
  3.  
  4. This project manages your income/expense. The following features are
  5. supported:
  6.  
  7.    o  address record for clients
  8.    o  record for client accounts
  9.    o  automatic calculation of total charged and total paid sum of
  10.       each client.
  11.    o  Ability to write and print client accounts.
  12.    o  address record for creditors
  13.    o  record for creditor accounts
  14.    o  automatic calculation of total charged and total paid sum of
  15.       each creditor.
  16.    o  automatic printing of transfer forms
  17.  
  18. Description of the record elements:
  19.  
  20. Income:
  21.  
  22.    Name:       any text
  23.    Street:     any text
  24.    Town:       any text
  25.    Phone:      any text
  26.    total charged:    sum which has been charged from the client
  27.                      This sum is calculated automatically.
  28.    total paid:       sum which has been paid by the client
  29.                      This sum is calculated automatically.
  30.  
  31. Income\Account:
  32.  
  33.    Number:     INTEGER variable
  34.    Name:       anx text
  35.    charged:    amount which has been charged from the client
  36.                (REAL variable).
  37.    paid:       amount which has been paid by the client (REAL variable).
  38.    Balance:    is automatically calculated
  39.    Account sended on:   DATE variable
  40.    Account paid on:     DATE variable
  41.    Write account:       MEMO variable for writing the account text.
  42.                         (separate window)
  43.    Print account:       program button. Prints address of client, todays
  44.                         date and account text.
  45.  
  46. Expense:
  47.  
  48.    Name:       any text
  49.    Street:     any text
  50.    Town:       any text
  51.    Phone:      any text
  52.    Bank:       any text
  53.    Code:       any text
  54.    Account:    any text
  55.    total charged:    sum which has been charged by the creditor.
  56.                      This sum is calculated automatically.
  57.    total paid:       sum which has been paid to the creditor
  58.                      This sum is calculated automatically.
  59.  
  60. Expense\Account:
  61.  
  62.    Name:       any text
  63.    Number:     any text
  64.    Date:       DATE variable
  65.    charged:    amount which has been charged by the creditor
  66.                (REAL variable).
  67.    paid:       amount which has been paid to the creditor (REAL variable).
  68.    Balance:    is calculated automatically.
  69.    Notice:     any text
  70.    Print transfer form: program button. The output fits in a (german)
  71.                         transfer form. On this paper your address and bank
  72.                         account must be already present.
  73.    Paid on:    DATE variable
  74.  
  75.